Package com.netscape.cmsutil.ocsp
Class RevokedInfo
java.lang.Object
com.netscape.cmsutil.ocsp.CertStatus
com.netscape.cmsutil.ocsp.RevokedInfo
- All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value
RFC 2560:
RevokedInfo ::= SEQUENCE { revocationTime GeneralizedTime, revocationReason [0] EXPLICIT CRLReason OPTIONAL }
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A Template for decodingResponseBytes
. -
Field Summary
Fields inherited from class com.netscape.cmsutil.ocsp.CertStatus
label
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(OutputStream os) void
encode
(org.mozilla.jss.asn1.Tag t, OutputStream os) org.mozilla.jss.asn1.GeneralizedTime
org.mozilla.jss.asn1.Tag
getTag()
static RevokedInfo.Template
toString()
Methods inherited from class com.netscape.cmsutil.ocsp.CertStatus
getLabel
-
Constructor Details
-
RevokedInfo
public RevokedInfo(org.mozilla.jss.asn1.GeneralizedTime revokedAt)
-
-
Method Details
-
getTag
public org.mozilla.jss.asn1.Tag getTag() -
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
getRevocationTime
public org.mozilla.jss.asn1.GeneralizedTime getRevocationTime() -
getTemplate
-
toString
- Overrides:
toString
in classCertStatus
-